home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / M-Md / MacApp™ Info.sit / MacApp™ info / MacApp™ info / card_10937.txt < prev    next >
Encoding:
Text File  |  1988-01-30  |  802 b   |  31 lines

  1. -- card: 10937 from stack: in
  2. -- bmap block id: 11420
  3. -- flags: 0000
  4. -- background id: 5359
  5. -- name: Object Pascal Libraries 4
  6. ----- HyperTalk script -----
  7. on arrowKey direction
  8.   if direction = "left" then
  9.     visual scroll right
  10.     go to prev card
  11.   else if direction = "right" then
  12.     visual scroll left
  13.     go to next card
  14.   else if direction = "up" then
  15.     visual dissolve slow
  16.     go to card "Main Menu 1"
  17.   end if
  18. end arrowKey
  19.  
  20.  
  21.  
  22. -- part contents for background part 5
  23. ----- text -----
  24. MacApp‚Ñ¢ and Object Pascal
  25.  
  26. -- part contents for background part 6
  27. ----- text -----
  28.  
  29. MacApp is a generic application written in Object Pascal.  Because of the nature of object-oriented languages, you may inherit as much of MacApp as you like and override the rest, customizing it to meet your own needs.
  30.  
  31.